home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_4575.txt < prev    next >
Text File  |  1990-02-11  |  2KB  |  68 lines

  1. -- card: 4575 from stack: in
  2. -- bmap block id: 4723
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=6 top=51 right=312 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=1 top=307 right=336 bottom=38
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 902 / 902
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Prev
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect scroll right
  37.   go to previous card
  38. end mouseUp
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=2 top=22 right=51 bottom=38
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 29114 / 29114
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Return
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect iris close
  56.   pop card
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part contents for card part 1
  62. ----- text -----
  63. You can use HyperArchy to store text data or picture data.  The data is stored in multiple stacks, built up of Element Cards.  The control buttons on the card help you create new cards and automatically link them to cards that they are related to.  The buttons also  allow you to move from card to card according to their hierarchical relationships.  (See the section in this manual "About Hierarchical Databases" for more information.)  The "Delete" button provides a way to remove all related cards with a single mouse click.
  64.  
  65. Using HyperArchy is a good way to set up an organized database.  It is also a good example of simple hierarchical database programming.  If you obtain an unlocked Element Card, you can enhance its basic functions to a high degree, without worring about basic record and relationship managenent.
  66.  
  67. I built the Element Card as a first step in building an invoice generation and control database for my wife's business.  HyperArchy should be useful for many simple database construction projects.
  68.